adTempus API
PreviousUpNext
INotificationAction::Attachments Property

Defines any files to be attached to the notification message.

C++
__property IFileCaptureSpecs** Attachments;
C#
IFileCaptureSpecs** Attachments;
Visual Basic
Property Attachments() As IFileCaptureSpecs**

If you wish to attach files created by the job, or other files, add them using the Attachments collection. 

Each attachment is a FileCaptureSpec, which allows you to specify wildcards and rules for selecting the files to send.

A NotificationAction sends the files, but does not "capture" them as part of the job. If you want the files to be sent and saved in the job history, use a FileCaptureAction instead.

adTempus API Reference version 3.0.0.0, revised 10/30/2008